home *** CD-ROM | disk | FTP | other *** search
- /* WIDE AREA INFORMATION SERVER SOFTWARE:
- No guarantees or restrictions. See the readme file for the full standard
- disclaimer.
-
- This is part of the shell user-interface for the WAIS software. Do with it
- as you please.
-
- jonathan@Think.COM
-
- * $Log: globals.h,v $
- * Revision 1.4 1994/08/08 07:33:06 pfeifer
- * Moved wais_log_file_name and waislogfile to cutil.[ch]
- *
- * Revision 1.3 1994/08/05 08:55:03 pfeifer
- * dumped numtosave since it's unused
- *
- * Revision 1.2 1994/08/05 07:29:58 pfeifer
- * Release beta 04
- *
- * Revision 1.1 93/06/23 20:02:32 warnock
- * Initial revision
- *
- * Revision 1.1 1993/02/16 15:09:27 freewais
- * Initial revision
- *
- */
-
- /* Copyright (c) CNIDR (see ../COPYRIGHT) */
-
-
- #ifndef H_GLOBALS
- #define H_GLOBALS
-
- #ifdef MAIN
- #define ext
- #else
- #define ext extern
- #endif
-
- ext char* command_name;
-
- ext int NumQuestions;
-
- ext Question the_Question;
-
- ext SList Sources;
- ext int NumSources;
-
- /*
- ext char* wais_log_file_name;
- ext FILE* waislogfile;
- */
- #endif
-